home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_PROGRESS / TDLG_PROGRESS.txt
Text File  |  2002-07-04  |  2KB  |  122 lines

  1. object Dlg_progress: TDlg_progress
  2.   Left = 300
  3.   Top = 287
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Progress'
  7.   ClientHeight = 111
  8.   ClientWidth = 375
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnHide = FormHide
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object L_status: TLabel
  26.     Left = 56
  27.     Top = 36
  28.     Width = 3
  29.     Height = 13
  30.   end
  31.   object L_current: TLabel
  32.     Left = 363
  33.     Top = 36
  34.     Width = 3
  35.     Height = 13
  36.     Alignment = taRightJustify
  37.   end
  38.   object L_command: TLabel
  39.     Left = 56
  40.     Top = 56
  41.     Width = 3
  42.     Height = 13
  43.   end
  44.   object Gauge: TW95Meter
  45.     Left = 58
  46.     Top = 84
  47.     Width = 231
  48.     Height = 16
  49.     SegmentWidth = 6
  50.     Percent = 100
  51.     Margin = 3
  52.   end
  53.   object SB_hide: TSpeedButton
  54.     Left = 8
  55.     Top = 84
  56.     Width = 33
  57.     Height = 16
  58.     Hint = 'Minimize this window'
  59.     Flat = True
  60.     ParentShowHint = False
  61.     ShowHint = True
  62.     OnClick = SB_hideClick
  63.   end
  64.   object ImgAcc: TImage
  65.     Left = 16
  66.     Top = 8
  67.     Width = 16
  68.     Height = 16
  69.     Transparent = True
  70.   end
  71.   object Bevel1: TBevel
  72.     Left = 8
  73.     Top = 27
  74.     Width = 361
  75.     Height = 2
  76.   end
  77.   object L_account: TLabel
  78.     Left = 56
  79.     Top = 8
  80.     Width = 3
  81.     Height = 13
  82.   end
  83.   object L_server: TLabel
  84.     Left = 364
  85.     Top = 8
  86.     Width = 3
  87.     Height = 13
  88.     Alignment = taRightJustify
  89.   end
  90.   object Animating: TGIFAnimator
  91.     Left = 8
  92.     Top = 32
  93.     Width = 41
  94.     Height = 41
  95.     Animate = True
  96.   end
  97.   object BtnCancel: TButton
  98.     Left = 304
  99.     Top = 82
  100.     Width = 65
  101.     Height = 21
  102.     Caption = 'Cancel'
  103.     ModalResult = 2
  104.     TabOrder = 0
  105.     OnClick = BtnCancelClick
  106.   end
  107.   object Language: TLanguage
  108.     LangCenter = DM_Language.LangCenter
  109.     ResStrings.Strings = (
  110.       '0010=Sending'
  111.       '0011=Receiving'
  112.       '0012=Waiting for dial up network ready...'
  113.       '0013=Totally received %D messages.')
  114.     Left = 200
  115.     Top = 40
  116.   end
  117.   object FormEx1: TFormEx
  118.     Left = 272
  119.     Top = 40
  120.   end
  121. end
  122.